home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / misc_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1993-12-30  |  721 b   |  30 lines

  1. #
  2. # This is the make file for the misc. library for DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS =  config.o genmat.o getarg.o imalloc.o irit_ftl.o ln_sweep.o \
  10.     miscattr.o miscatt2.o priorque.o xgeneral.o
  11.  
  12. libmisc.a: $(OBJS)
  13.     ar rc libmisc.a $(OBJS)
  14.  
  15. install: libmisc.a
  16.     copy libmisc.a $(LIB_DIR_DOS)
  17.     ar s $(LIB_DIR_DOS)\libmisc.a
  18.     copy *.h $(INC_DIR_DOS)
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21. config.o:    config.h imalloc.h
  22. genmat.o:    genmat.h
  23. getarg.o:    getarg.h imalloc.h
  24. imalloc.o:    imalloc.h
  25. ln_sweep.o:    imalloc.h ln_sweep.h
  26. miscatt2.o:    imalloc.h miscattr.h
  27. miscattr.o:    imalloc.h miscattr.h
  28. priorque.o:    priorque.h imalloc.h
  29. xgeneral.o:    imalloc.h
  30.